home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Resources / Hardware / IDE-fix / FFSTD64 / Readme.txt < prev    next >
Text File  |  1998-01-04  |  5KB  |  151 lines

  1. Short:    FastFileSystem with TD64 (>4GB) support
  2. Author:   laire@popmail.owl.de (Ralph Schmidt)
  3. Uploader: olli@elaborate-bytes.com (Oliver Kastl)
  4. Version:  44.5
  5. Type:     disk/misc
  6. Kurz:     FastFileSystem mit TD64 (>4GB) Unterstützung
  7. Requires: OS 2.04, OS 3.0 or better recommended.
  8. Date:     04.01.98
  9.  
  10. The patch files included in this archive serve to update
  11. versions 40.1 and 40.4 of Commodore's FastFileSystem and
  12. version 38.2 of Commodore's CLI command "Info" to handle
  13. partitions larger than 4 GB. The new filesystem provides
  14. support for the TD64 standard, which has been defined by
  15. an independent group of third-party Amiga developers. The
  16. trackdisk64 specification itself is available from Aminet
  17. sites (dev/misc/trackdisk64.lha). It is supported by:
  18.  
  19.   Dan Babcock
  20.   Ralph Babel
  21.   Jamie Cooper
  22.   Randell Jesup
  23.   Oliver Kastl
  24.   Bernhard Möllemann
  25.   Matthias Scheler
  26.   Ralph Schmidt
  27.   Michael B. Smith
  28.  
  29. Features of the new filesystem:
  30.  
  31. - supports TD64 API for TD64-aware devices.
  32.  
  33. - supports HD_SCSICMD for non-TD64-aware devices, so almost
  34.   everyone with a working Direct SCSI interface can use hard
  35.   disks larger than 4 GB without any device update (which
  36.   may be impossible for older hardware).
  37.   ATTENTION:
  38.   Don't create partitions greater than 2GB(Dos Limitation)
  39.  
  40. - supports TD_GETGEOMETRY (to update a removable medium's
  41.   geometry automatically). The following devices are known
  42.   to implement TD_GETGEOMETRY:
  43.  
  44.     1230scsi.device(Phase5's Blizzard I-IV,Blizzard 1260)
  45.     2060scsi.device(Phase5's Blizzard 2060)
  46.     ALF.device(BSC's Alf Controller)
  47.     carddisk.device
  48.     cybscsi.device(CyberSCSI I-II)
  49.     dracoscsi.device(Macrosystem's Draco)
  50.     oktagon.device(BSC's Oktagon)
  51.     omniscsi.device(Ralph Babel's GuruRom)
  52.     trackdisk.device
  53.     z3scsi.device(Phase5's Fastlane Z3)
  54.  
  55.   The following devices are known to be potentially incompatible
  56.   and are mapped out for the DriveGeometry functionality.
  57.   The list currently includes:
  58.  
  59.     scsi.device (All CBM SCSI Devices)
  60.     HardFrame.device (Microbotics HardFrame)
  61.     scsidev.device   (GVP Series I)
  62.     hddisk.device    (CBM A2090)
  63.     statram.device   (Ram Disk)
  64.     ramdrive.device  (Ram Disk)
  65.  
  66. - MountList/DOSDrivers/RDB entries for cyclinder, surfaces,
  67.   and sectors are no longer limited to 16-bit quantities.
  68.  
  69. - automatically disables TD64 for drivers that are known to
  70.   be potentially incompatible. The list currently includes:
  71.  
  72.     HardFrame.device (Microbotics HardFrame)
  73.     statram.device   (Ram Disk)
  74.     ramdrive.device  (Ram Disk)
  75.  
  76. - automatically disables SCSIDirect for drivers that are known
  77.   to be potentially incompatible. The list currently includes:
  78.  
  79.     scsidev.device   (GVP Series I)
  80.     hddisk.device    (CBM A2090)
  81.     statram.device   (Ram Disk)
  82.     ramdrive.device  (Ram Disk)
  83.  
  84.   If you create a partition >4GB border the FFS can't handle
  85.   this case for these devices.
  86.  
  87.  
  88. - an RDB extension to manually disable certain FFS tests for
  89.   broken drivers the TD64 developers were not aware of:
  90.  
  91.     de_Control, bit 0: set to 1 to skip TD_GETGEOMETRY test
  92.     de_Control, bit 1: set to 1 to skip TD64 test
  93.     de_Control, bit 2: set to 1 to mark a device as broken scsidirekt
  94.  
  95. - a TD64-/HD_SCSICMD-aware Format command is in the works.
  96.  
  97.  
  98.  
  99. INSTALLATION:
  100.  
  101. If your l:fastfilesystem is 40.4 then use this shell line
  102.  
  103.   spatch -ol:fastfilesystem_44_1 -pfastfilesystem_40_4.patch l:fastfilesystem
  104.  
  105. If your l:fastfilesystem is 40.1 then use this shell line
  106.  
  107.   spatch -ol:fastfilesystem_44_1 -pfastfilesystem_40_1.patch l:fastfilesystem
  108.  
  109.  
  110. RELEASENOTES:
  111.  
  112. o 44.5
  113.   - Added a -1 io_error check for the TD64 test.
  114.     scsi.device doesn`t return IOERR_NOCMD
  115.  
  116. o 44.4
  117.   - Sorry..the 44.3 init fix wasn`t perfect and the BUMP didn`t work
  118.  
  119. o 44.3
  120.   - Fixed a de_Control problem which could lead to failed inits
  121.  
  122. o 44.2
  123.   - Fixed a problem with detecting >4GB access.
  124.  
  125. o 44.1
  126.   - Initial Release
  127.  
  128.  
  129.  
  130. BUGREPORTS:
  131.  
  132. o Bugreports about a crashing ffs are WORTHLESS if you don't provide
  133.   segtracker/tnt(both tools are on Aminet and a MUST HAVE) informations.
  134.  
  135.  
  136. ATTENTION:
  137.  
  138. Probably not all devices which are incompatible with this FFS patch
  139. are listed in the disable tables. Therefore we need the feedback for
  140. incompatible and ancient devices.
  141.  
  142. PROBLEMS
  143.  
  144. o Don`t use REORG on a partition after the 4GB border
  145. o Don`t use DiskSalv on a partition after the 4GB border
  146. o Don`t use AmibackTools on a partition after the 4GB border
  147. o Don`t use QuarterbackTools on a partition after the 4GB border
  148. o Don`t use DynamiCache on a partition after the 4GB border
  149.  
  150. laire@popmail.owl.de (Ralph Schmidt)
  151.